home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / comm / echeck20.zip / ECHECK.EXE / 0 / RCDATA / TFORMOPTION / TFORMOPTION.txt < prev   
Text File  |  1996-09-26  |  18KB  |  726 lines

  1. object FormOption: TFormOption
  2.   Left = 475
  3.   Top = 425
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Option'
  7.   ClientHeight = 225
  8.   ClientWidth = 392
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object PageControl: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 392
  24.     Height = 225
  25.     ActivePage = TabSheetGeneral
  26.     Align = alClient
  27.     ParentShowHint = False
  28.     ShowHint = True
  29.     TabOrder = 0
  30.     object TabSheetGeneral: TTabSheet
  31.       Caption = 'General'
  32.       object FxLabel1: TFxLabel
  33.         Left = 16
  34.         Top = 16
  35.         Width = 121
  36.         Height = 25
  37.         Alignment = taCenter
  38.         BevelOuter = bvNone
  39.         Caption = 'Auto Check : Every '
  40.         Color = clBtnFace
  41.         ParentColor = False
  42.         TextStyle = tsRaised
  43.       end
  44.       object FxLabel3: TFxLabel
  45.         Left = 208
  46.         Top = 16
  47.         Width = 49
  48.         Height = 25
  49.         Alignment = taCenter
  50.         BevelOuter = bvNone
  51.         Caption = 'Minute.'
  52.         Color = clBtnFace
  53.         ParentColor = False
  54.         TextStyle = tsRaised
  55.       end
  56.       object FxLabel7: TFxLabel
  57.         Left = 18
  58.         Top = 85
  59.         Width = 105
  60.         Height = 25
  61.         Alignment = taCenter
  62.         BevelOuter = bvNone
  63.         Caption = 'E-Mail Program :'
  64.         Color = clBtnFace
  65.         ParentColor = False
  66.         TextStyle = tsRaised
  67.       end
  68.       object FxLabel12: TFxLabel
  69.         Left = 18
  70.         Top = 120
  71.         Width = 89
  72.         Height = 25
  73.         Alignment = taCenter
  74.         BevelOuter = bvNone
  75.         Caption = 'Viewer Font : '
  76.         Color = clBtnFace
  77.         ParentColor = False
  78.         TextStyle = tsRaised
  79.       end
  80.       object FxLabel2: TFxLabel
  81.         Left = 17
  82.         Top = 51
  83.         Width = 113
  84.         Height = 25
  85.         Alignment = taCenter
  86.         BevelOuter = bvNone
  87.         Caption = 'Network Timeout: '
  88.         Color = clBtnFace
  89.         ParentColor = False
  90.         TextStyle = tsRaised
  91.       end
  92.       object FxLabel4: TFxLabel
  93.         Left = 209
  94.         Top = 51
  95.         Width = 57
  96.         Height = 25
  97.         Alignment = taCenter
  98.         BevelOuter = bvNone
  99.         Caption = 'Second.'
  100.         Color = clBtnFace
  101.         ParentColor = False
  102.         TextStyle = tsRaised
  103.       end
  104.       object FxLabel13: TFxLabel
  105.         Left = 23
  106.         Top = 154
  107.         Width = 77
  108.         Height = 25
  109.         Alignment = taCenter
  110.         BevelOuter = bvNone
  111.         Caption = 'Printer Font : '
  112.         Color = clBtnFace
  113.         ParentColor = False
  114.         TextStyle = tsRaised
  115.       end
  116.       object EditAutoCheck: TEdit
  117.         Left = 144
  118.         Top = 16
  119.         Width = 49
  120.         Height = 24
  121.         Hint = 'Automatically check servers within this interval.'
  122.         MaxLength = 4
  123.         TabOrder = 0
  124.         Text = '3'
  125.         OnChange = EditIntegerChange
  126.       end
  127.       object EditMailProgram: TEdit
  128.         Left = 146
  129.         Top = 85
  130.         Width = 137
  131.         Height = 24
  132.         Hint = 'Reply E-mail by this program.'
  133.         TabOrder = 2
  134.       end
  135.       object EditViewerFontName: TEdit
  136.         Left = 146
  137.         Top = 121
  138.         Width = 137
  139.         Height = 24
  140.         Hint = 'Click browse button to change font for viewer.'
  141.         TabStop = False
  142.         AutoSize = False
  143.         ReadOnly = True
  144.         TabOrder = 6
  145.       end
  146.       object EditViewerFontSize: TEdit
  147.         Left = 106
  148.         Top = 120
  149.         Width = 33
  150.         Height = 24
  151.         TabStop = False
  152.         AutoSize = False
  153.         ReadOnly = True
  154.         TabOrder = 7
  155.         Text = 'Size'
  156.         Visible = False
  157.       end
  158.       object EditTimeout: TEdit
  159.         Left = 145
  160.         Top = 51
  161.         Width = 49
  162.         Height = 24
  163.         Hint = 'Break network session if no response within this interval.'
  164.         MaxLength = 4
  165.         TabOrder = 1
  166.         Text = '30'
  167.         OnChange = EditIntegerChange
  168.       end
  169.       object ButtonMail: TButton
  170.         Left = 298
  171.         Top = 85
  172.         Width = 75
  173.         Height = 25
  174.         Hint = 'Click to choose an E-Mail program.'
  175.         Caption = '&Browse'
  176.         TabOrder = 3
  177.         OnClick = SelectFile
  178.       end
  179.       object ButtonViewerFont: TButton
  180.         Left = 298
  181.         Top = 120
  182.         Width = 75
  183.         Height = 25
  184.         Hint = 'Click to choose font for viewer.'
  185.         Caption = 'B&rowse'
  186.         TabOrder = 4
  187.         OnClick = ButtonViewerFontClick
  188.       end
  189.       object EditPrinterFontSize: TEdit
  190.         Left = 106
  191.         Top = 154
  192.         Width = 33
  193.         Height = 24
  194.         TabStop = False
  195.         AutoSize = False
  196.         ReadOnly = True
  197.         TabOrder = 8
  198.         Text = 'Size'
  199.         Visible = False
  200.       end
  201.       object EditPrinterFontName: TEdit
  202.         Left = 146
  203.         Top = 154
  204.         Width = 137
  205.         Height = 24
  206.         Hint = 'Click browse button to change font for printer.'
  207.         TabStop = False
  208.         AutoSize = False
  209.         ReadOnly = True
  210.         TabOrder = 9
  211.       end
  212.       object ButtonPrinterFont: TButton
  213.         Left = 298
  214.         Top = 154
  215.         Width = 75
  216.         Height = 25
  217.         Hint = 'Click to choose font for printer.'
  218.         Caption = 'Br&owse'
  219.         TabOrder = 5
  220.         OnClick = ButtonPrinterFontClick
  221.       end
  222.     end
  223.     object TabSheetNetwork: TTabSheet
  224.       Caption = 'Network'
  225.       object FxLabel8: TFxLabel
  226.         Left = 156
  227.         Top = 16
  228.         Width = 49
  229.         Height = 25
  230.         Alignment = taCenter
  231.         BevelOuter = bvNone
  232.         Caption = 'Name : '
  233.         Color = clBtnFace
  234.         ParentColor = False
  235.         TextStyle = tsRaised
  236.       end
  237.       object FxLabel9: TFxLabel
  238.         Left = 156
  239.         Top = 48
  240.         Width = 49
  241.         Height = 25
  242.         Alignment = taCenter
  243.         BevelOuter = bvNone
  244.         Caption = 'Server :'
  245.         Color = clBtnFace
  246.         ParentColor = False
  247.         TextStyle = tsRaised
  248.       end
  249.       object FxLabel10: TFxLabel
  250.         Left = 156
  251.         Top = 80
  252.         Width = 49
  253.         Height = 25
  254.         Alignment = taCenter
  255.         BevelOuter = bvNone
  256.         Caption = 'Login : '
  257.         Color = clBtnFace
  258.         ParentColor = False
  259.         TextStyle = tsRaised
  260.       end
  261.       object FxLabel11: TFxLabel
  262.         Left = 156
  263.         Top = 112
  264.         Width = 73
  265.         Height = 25
  266.         Alignment = taCenter
  267.         BevelOuter = bvNone
  268.         Caption = 'Password : '
  269.         Color = clBtnFace
  270.         ParentColor = False
  271.         TextStyle = tsRaised
  272.       end
  273.       object ListBoxName: TListBox
  274.         Left = 16
  275.         Top = 16
  276.         Width = 121
  277.         Height = 164
  278.         Hint = 'Click to choose a server to edit.'
  279.         IntegralHeight = True
  280.         ItemHeight = 16
  281.         Items.Strings = (
  282.           ''
  283.           ''
  284.           ''
  285.           ''
  286.           ''
  287.           ''
  288.           ''
  289.           ''
  290.           ''
  291.           '')
  292.         TabOrder = 0
  293.         OnClick = ListBoxNameClick
  294.       end
  295.       object EditName: TEdit
  296.         Left = 232
  297.         Top = 16
  298.         Width = 137
  299.         Height = 24
  300.         Hint = 'Enter an alias for this server.'
  301.         TabOrder = 1
  302.         OnChange = EditNameChange
  303.       end
  304.       object EditHost: TEdit
  305.         Left = 232
  306.         Top = 48
  307.         Width = 137
  308.         Height = 24
  309.         Hint = 'Server'#39's IP or domain name.'
  310.         TabOrder = 2
  311.       end
  312.       object EditLogin: TEdit
  313.         Left = 232
  314.         Top = 80
  315.         Width = 137
  316.         Height = 24
  317.         Hint = 'Login name for this server.'
  318.         TabOrder = 3
  319.       end
  320.       object EditPassword: TEdit
  321.         Left = 233
  322.         Top = 112
  323.         Width = 137
  324.         Height = 24
  325.         Hint = 'Password for this server. (Optional)'
  326.         PasswordChar = '*'
  327.         TabOrder = 4
  328.       end
  329.       object ButtonAdd: TButton
  330.         Left = 156
  331.         Top = 151
  332.         Width = 65
  333.         Height = 25
  334.         Hint = 'Add this server to list.'
  335.         Caption = '&Add'
  336.         TabOrder = 5
  337.         OnClick = ButtonAddClick
  338.       end
  339.       object ButtonUpdate: TButton
  340.         Left = 230
  341.         Top = 151
  342.         Width = 65
  343.         Height = 25
  344.         Hint = 'Update this server.'
  345.         Caption = '&Update'
  346.         TabOrder = 6
  347.         OnClick = ButtonUpdateClick
  348.       end
  349.       object ButtonDelete: TButton
  350.         Left = 304
  351.         Top = 151
  352.         Width = 65
  353.         Height = 25
  354.         Hint = 'Delete this server.'
  355.         Caption = '&Delete'
  356.         TabOrder = 7
  357.         OnClick = ButtonDeleteClick
  358.       end
  359.     end
  360.     object TabSheetEffect: TTabSheet
  361.       Caption = 'Effect'
  362.       object FxLabel5: TFxLabel
  363.         Left = 16
  364.         Top = 16
  365.         Width = 73
  366.         Height = 25
  367.         Alignment = taCenter
  368.         BevelOuter = bvNone
  369.         Caption = 'Animation : '
  370.         Color = clBtnFace
  371.         ParentColor = False
  372.         TextStyle = tsRaised
  373.       end
  374.       object FxLabel6: TFxLabel
  375.         Left = 17
  376.         Top = 50
  377.         Width = 52
  378.         Height = 25
  379.         Alignment = taCenter
  380.         BevelOuter = bvNone
  381.         Caption = 'Sound :  '
  382.         Color = clBtnFace
  383.         ParentColor = False
  384.         TextStyle = tsRaised
  385.       end
  386.       object FxLabel14: TFxLabel
  387.         Left = 18
  388.         Top = 84
  389.         Width = 76
  390.         Height = 25
  391.         Alignment = taCenter
  392.         BevelOuter = bvNone
  393.         Caption = 'High Light 1 :'
  394.         Color = clBtnFace
  395.         ParentColor = False
  396.         TextStyle = tsRaised
  397.       end
  398.       object FxLabel15: TFxLabel
  399.         Left = 18
  400.         Top = 118
  401.         Width = 76
  402.         Height = 25
  403.         Alignment = taCenter
  404.         BevelOuter = bvNone
  405.         Caption = 'High Light 2 :'
  406.         Color = clBtnFace
  407.         ParentColor = False
  408.         TextStyle = tsRaised
  409.       end
  410.       object FxLabel16: TFxLabel
  411.         Left = 18
  412.         Top = 152
  413.         Width = 76
  414.         Height = 25
  415.         Alignment = taCenter
  416.         BevelOuter = bvNone
  417.         Caption = 'High Light 3 :'
  418.         Color = clBtnFace
  419.         ParentColor = False
  420.         TextStyle = tsRaised
  421.       end
  422.       object EditSound: TEdit
  423.         Left = 107
  424.         Top = 50
  425.         Width = 165
  426.         Height = 24
  427.         Hint = 'Sound plays when find new mail.'
  428.         AutoSize = False
  429.         TabOrder = 1
  430.       end
  431.       object EditAnimation: TEdit
  432.         Left = 107
  433.         Top = 16
  434.         Width = 165
  435.         Height = 24
  436.         Hint = 'Animation diaplays when find new mail.'
  437.         AutoSize = False
  438.         TabOrder = 0
  439.         Text = 'e.avi'
  440.       end
  441.       object ButtonAnimation: TButton
  442.         Left = 288
  443.         Top = 16
  444.         Width = 75
  445.         Height = 25
  446.         Hint = 'Click to choose an animation.'
  447.         Caption = '&Browse'
  448.         TabOrder = 5
  449.         OnClick = SelectFile
  450.       end
  451.       object ButtonSound: TButton
  452.         Left = 288
  453.         Top = 50
  454.         Width = 75
  455.         Height = 25
  456.         Hint = 'Click to choose a sound.'
  457.         Caption = 'B&rowse'
  458.         TabOrder = 6
  459.         OnClick = SelectFile
  460.       end
  461.       object EditHighLight1: TEdit
  462.         Left = 107
  463.         Top = 85
  464.         Width = 165
  465.         Height = 24
  466.         Hint = 'Highligh the mail with this keyword.'
  467.         AutoSize = False
  468.         CharCase = ecUpperCase
  469.         TabOrder = 2
  470.       end
  471.       object EditHighLight2: TEdit
  472.         Left = 107
  473.         Top = 118
  474.         Width = 165
  475.         Height = 24
  476.         Hint = 'Highligh the mail with this keyword.'
  477.         AutoSize = False
  478.         CharCase = ecUpperCase
  479.         TabOrder = 3
  480.       end
  481.       object EditHighLight3: TEdit
  482.         Left = 107
  483.         Top = 152
  484.         Width = 165
  485.         Height = 24
  486.         Hint = 'Highligh the mail with this keyword.'
  487.         AutoSize = False
  488.         CharCase = ecUpperCase
  489.         TabOrder = 4
  490.       end
  491.       object ButtonColor1: TButton
  492.         Left = 288
  493.         Top = 84
  494.         Width = 75
  495.         Height = 25
  496.         Hint = 'Click to change highlight color.'
  497.         Caption = '&Color'
  498.         TabOrder = 7
  499.         OnClick = ButtonColorClick
  500.       end
  501.       object ButtonColor2: TButton
  502.         Left = 288
  503.         Top = 117
  504.         Width = 75
  505.         Height = 25
  506.         Hint = 'Click to change highlight color.'
  507.         Caption = 'C&olor'
  508.         TabOrder = 8
  509.         OnClick = ButtonColorClick
  510.       end
  511.       object ButtonColor3: TButton
  512.         Left = 288
  513.         Top = 151
  514.         Width = 75
  515.         Height = 25
  516.         Hint = 'Click to change highlight color.'
  517.         Caption = 'Co&lor'
  518.         TabOrder = 9
  519.         OnClick = ButtonColorClick
  520.       end
  521.     end
  522.     object TabSheetDialUp: TTabSheet
  523.       Caption = 'DialUp'
  524.       object FxLabel17: TFxLabel
  525.         Left = 42
  526.         Top = 10
  527.         Width = 93
  528.         Height = 26
  529.         Alignment = taCenter
  530.         BevelOuter = bvNone
  531.         Caption = 'Enable dial up'
  532.         Color = clBtnFace
  533.         ParentColor = False
  534.         TextStyle = tsRaised
  535.       end
  536.       object FxLabel18: TFxLabel
  537.         Left = 19
  538.         Top = 100
  539.         Width = 55
  540.         Height = 26
  541.         Alignment = taCenter
  542.         BevelOuter = bvNone
  543.         Caption = 'Dail to : '
  544.         Color = clBtnFace
  545.         ParentColor = False
  546.         TextStyle = tsRaised
  547.       end
  548.       object FxLabel19: TFxLabel
  549.         Left = 22
  550.         Top = 130
  551.         Width = 48
  552.         Height = 26
  553.         Alignment = taCenter
  554.         BevelOuter = bvNone
  555.         Caption = 'Login : '
  556.         Color = clBtnFace
  557.         ParentColor = False
  558.         TextStyle = tsRaised
  559.       end
  560.       object FxLabel20: TFxLabel
  561.         Left = 189
  562.         Top = 10
  563.         Width = 173
  564.         Height = 26
  565.         Alignment = taCenter
  566.         BevelOuter = bvNone
  567.         Caption = 'Check only when connected'
  568.         Color = clBtnFace
  569.         ParentColor = False
  570.         TextStyle = tsRaised
  571.       end
  572.       object FxLabel21: TFxLabel
  573.         Left = 22
  574.         Top = 161
  575.         Width = 73
  576.         Height = 26
  577.         Alignment = taCenter
  578.         BevelOuter = bvNone
  579.         Caption = 'Password : '
  580.         Color = clBtnFace
  581.         ParentColor = False
  582.         TextStyle = tsRaised
  583.       end
  584.       object FxLabel22: TFxLabel
  585.         Left = 20
  586.         Top = 38
  587.         Width = 56
  588.         Height = 26
  589.         Alignment = taCenter
  590.         BevelOuter = bvNone
  591.         Caption = 'Redial : '
  592.         Color = clBtnFace
  593.         ParentColor = False
  594.         TextStyle = tsRaised
  595.       end
  596.       object FxLabel23: TFxLabel
  597.         Left = 22
  598.         Top = 69
  599.         Width = 58
  600.         Height = 26
  601.         Alignment = taCenter
  602.         BevelOuter = bvNone
  603.         Caption = 'Interval :  '
  604.         Color = clBtnFace
  605.         ParentColor = False
  606.         TextStyle = tsRaised
  607.       end
  608.       object FxLabel24: TFxLabel
  609.         Left = 177
  610.         Top = 38
  611.         Width = 39
  612.         Height = 26
  613.         Alignment = taCenter
  614.         BevelOuter = bvNone
  615.         Caption = 'times.'
  616.         Color = clBtnFace
  617.         ParentColor = False
  618.         TextStyle = tsRaised
  619.       end
  620.       object FxLabel25: TFxLabel
  621.         Left = 177
  622.         Top = 69
  623.         Width = 31
  624.         Height = 26
  625.         Alignment = taCenter
  626.         BevelOuter = bvNone
  627.         Caption = 'sec.'
  628.         Color = clBtnFace
  629.         ParentColor = False
  630.         TextStyle = tsRaised
  631.       end
  632.       object CheckBoxDialUp: TCheckBox
  633.         Left = 23
  634.         Top = 15
  635.         Width = 14
  636.         Height = 17
  637.         Hint = 'Check this if using a modem.'
  638.         TabOrder = 0
  639.         OnClick = CheckBoxDialUpClick
  640.       end
  641.       object CheckBoxConnectedOnly: TCheckBox
  642.         Left = 170
  643.         Top = 15
  644.         Width = 15
  645.         Height = 17
  646.         Hint = 'Check mail only when  you are online.'
  647.         Caption = 'CheckBoxConnectedOnly'
  648.         TabOrder = 1
  649.       end
  650.       object ComboBoxEntry: TComboBox
  651.         Left = 104
  652.         Top = 101
  653.         Width = 145
  654.         Height = 24
  655.         Hint = 'Choose an entry to dial up.'
  656.         DropDownCount = 10
  657.         ItemHeight = 0
  658.         TabOrder = 4
  659.       end
  660.       object EditDialUpLogin: TEdit
  661.         Left = 104
  662.         Top = 131
  663.         Width = 145
  664.         Height = 24
  665.         Hint = 'Login name for dial up.'
  666.         TabOrder = 5
  667.       end
  668.       object EditDialUpPassword: TEdit
  669.         Left = 104
  670.         Top = 162
  671.         Width = 145
  672.         Height = 24
  673.         Hint = 'Password for dial up.'
  674.         PasswordChar = '*'
  675.         TabOrder = 6
  676.       end
  677.       object EditRedial: TEdit
  678.         Left = 104
  679.         Top = 39
  680.         Width = 64
  681.         Height = 24
  682.         Hint = 'Redial if busy.'
  683.         TabOrder = 2
  684.         Text = '2'
  685.         OnChange = EditIntegerChange
  686.       end
  687.       object EditRedialInterval: TEdit
  688.         Left = 104
  689.         Top = 70
  690.         Width = 64
  691.         Height = 24
  692.         Hint = 'Pause interval between redial.'
  693.         TabOrder = 3
  694.         Text = '30'
  695.         OnChange = EditIntegerChange
  696.       end
  697.     end
  698.   end
  699.   object OpenDialog: TOpenDialog
  700.     FileEditStyle = fsEdit
  701.     Filter = 
  702.       'Program Files (*.EXE)|*.EXE|Animation Files (*.AVI)|*.AVI|Sound ' +
  703.       'Files (*.WAV)|*.WAV|All Files (*.*)|*.*'
  704.     Options = [ofPathMustExist, ofFileMustExist]
  705.     Left = 360
  706.     Top = 8
  707.   end
  708.   object FontDialog: TFontDialog
  709.     Font.Color = clWindowText
  710.     Font.Height = -13
  711.     Font.Name = 'MS Sans Serif'
  712.     Font.Style = []
  713.     MinFontSize = 0
  714.     MaxFontSize = 18
  715.     Options = [fdNoVectorFonts, fdLimitSize]
  716.     Left = 328
  717.     Top = 8
  718.   end
  719.   object ColorDialog: TColorDialog
  720.     Ctl3D = True
  721.     Options = [cdPreventFullOpen]
  722.     Left = 295
  723.     Top = 8
  724.   end
  725. end
  726.